home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / txtutils_1_4.lha / textutils-1.4 / man / Makefile < prev    next >
Makefile  |  1993-02-04  |  2KB  |  60 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for GNU textutils documentation.
  3. # Do not use this makefile directly, but only from `../Makefile'.
  4. # Copyright (C) 1991 Free Software Foundation, Inc.
  5.  
  6. # This program is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2, or (at your option)
  9. # any later version.
  10.  
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. # GNU General Public License for more details.
  15.  
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, write to the Free Software
  18. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20. SHELL = /bin/sh
  21.  
  22. srcdir = .
  23. VPATH = .
  24.  
  25. MANFILES = cat.1 cksum.1 comm.1 csplit.1 cut.1 expand.1 fold.1 head.1 \
  26. join.1 nl.1 od.1 paste.1 pr.1 sort.1 split.1 sum.1 tac.1 tail.1 tr.1 \
  27. unexpand.1 uniq.1 wc.1
  28.  
  29. DISTFILES = Makefile.in $(MANFILES)
  30.  
  31. all:
  32.  
  33. install: all
  34.     -cd $(srcdir); for f in $(MANFILES); do \
  35.     $(INSTALL_DATA) $$f $(mandir)/$(manprefix)`basename $$f 1`$(manext); \
  36.     done
  37.  
  38. uninstall:
  39.     for f in $(MANFILES); do rm -f \
  40.     $(mandir)/$(manprefix)`basename $$f 1`$(manext); \
  41.     done
  42.  
  43. TAGS:
  44.  
  45. clean:
  46.  
  47. mostlyclean: clean
  48.  
  49. distclean: clean
  50.     rm -f Makefile
  51.  
  52. realclean: distclean
  53.     rm -f TAGS
  54.  
  55. dist:
  56.     ln $(DISTFILES) ../`cat ../.fname`/man
  57.  
  58. # Prevent GNU make v3 from overflowing arg limit on SysV.
  59. .NOEXPORT:
  60.